type os.errSymlink

6 uses

	os (current package)
		root_openat.go#L128: 			case nil, errSymlink:
		root_openat.go#L165: 		case nil, errSymlink:
		root_openat.go#L358: 		case errSymlink:
		root_openat.go#L404: type errSymlink string
		root_openat.go#L406: func (errSymlink) Error() string { panic("errSymlink is not user-visible") }
		root_unix.go#L277: 	return errSymlink(link)